You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
The Fixint, LittleEndian types for the Configuration are marked as doc(hidden), but probably shouldn't be as there is a need to find their import path sometimes:
E.g., if one declares a config as static the compiler wants the generic annotation:
The current docs don't allow me to lookup where LittleEndian, Fixint are declared in order to import them, unless I find them in the source (because they're hidden).