EncodingScheme.firstSequence

Returns the length of the first encoded sequence.

The input to this function MUST be validly encoded. This is enforced by the function's in-contract.

class EncodingScheme
size_t
firstSequence
()
(
const(ubyte)[] s
)

Parameters

s const(ubyte)[]

the array to be sliced

Meta