unwrap
unwrap
since 2022-11-30
Swift の unwrap
- オプショナル型を nil でない場合の値として取り出すこと
- 最近は if let a = b とか guard let a else のような書き方ができる
Rust の unwrap
jQuery の unwrap
- 指定要素を囲むタグを削除する
- Remove the parents of the set of matched elements from the DOM, leaving the matched elements in their place.
MATLAB の unwrap
- 複素数の位相の値に 2pi を足したり引いたりして連続にする
numpy の unwrap
- MATLAB にあるなら、と思ったらやっぱりある
unwrap.txt · 最終更新: 2022/11/30 15:43 by Takuya Nishimoto