Type Alias ssbh_lib::Ptr16

source ·
pub type Ptr16<T> = Ptr<u16, T>;
Expand description

A 16 bit file pointer relative to the start of the reader.

Aliased Type§

struct Ptr16<T>(/* private fields */);