libtrackerboy/private/endian

Search:
Group by:
Source   Edit  

DO NOT INCLUDE THIS MODULE!

This module is intended to only be used internally by trackerboy modules.

take me back home ↩

Types

LittleEndian[T] {.packed.} = object
  
Source   Edit  
SomeWord = int16 | uint16 | int32 | uint32 | int64 | uint64 | float32 | float64
Source   Edit  

Consts

willCorrect = false
Source   Edit  

Procs

func toLE[T: SomeWord](val: T): LittleEndian[T] {.inline, ...raises: [].}
Source   Edit  
func toNE[T: SomeWord](val: LittleEndian[T]): T {.inline, ...raises: [].}
Source   Edit