Source File

Bitcast.hylo

Members

Functions

fun unsafe_bitcast<T, U: Movable>(consuming value: sink T) -> U

Returns value with its memory representation reinterpreted as a value of type U.

Subscripts

subscript unsafe_bitcast<T, U>(_ value: T): U { let }

Projects value with its memory representation reinterpreted as a value of type U.