EncodingScheme.firstSequence
size_t firstSequence()(const(ubyte)[] s)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.
Parameters
s | the array to be sliced |