lookup

fun lookup(ordinal: Int): L1Operation

Answer the L1Operation enumeration value having the given ordinal. Must be in bounds of the defined ordinals.

Return

The looked up L1Operation.

Parameters

ordinal

The ordinal of the L1Operation to look up.