public class | Node |
inline constexpr nothrow bool | IsPowerOfTwo(ulong x) |
public nothrow void | Link(Node* head, Node* node) |
inline constexpr nothrow ulong | Log2(ulong x) |
public inline nothrow ulong | SignExtend<T>(T value) |
public nothrow Node* | Unlink(Node*& head) |
T |