maxSpanLength top-level constant

int const maxSpanLength

Maximum length of a span.

This is a pretty arbitrary large number. Use this for virtually infinite size spans.

Implementation

const maxSpanLength = 2 << 16;