Searched defs:unbox (Results 1 – 3 of 3) sorted by relevance
2 declare function unbox<T>(box: { value: T | undefined }): T; function
17 function unbox<T>(x: Box<T>): T { function
68 declare function unbox<T>(box: RecBox<T>): T function