pub type LookupU16<'a> = TypedLookup<'a, u16>;
struct LookupU16<'a> { /* private fields */ }
Returns the value associated with the given index.
Self