stl.ptr_initΒΆ

One-time initialisation of the pointer dispatch infrastructure. Use stl.startup_and_init_pointers, which calls this for you.

SignatureΒΆ

def ptr_init { ... }

Defined in ptrlib.fj β€” lines 7–10 (view on GitHub).

ComplexityΒΆ

  • Time: 2.5w+263

  • Space: 2.5w+263

See the complexity glossary for what @, w, dw, dbit, n mean.

SourceΒΆ

Depends onΒΆ

Used byΒΆ

Example usesΒΆ


Next: stl.stack_init β†’