Profile

Masanori Ogino 𓀁

181351 posts 1993 follows 1215 followers

Please pay attention to random failures.

https://mstdn.maud.io/@omasanori
Masanori Ogino 𓀁 Masanori Ogino 𓀁 reblogged at 5 years ago

らりお・ザ・何らかの🈗然㊌ソムリエ lo48576@mastodon.cardina1.red

&str: 借用された文字列
String: 所有されていて可変長の文字列
Box<str>: 所有されていて固定長の文字列
Cow<'_, str>: 借用されているかもしれないし所有されているかもしれない可変長文字列
Rc<str>: スレッドを跨がず所有権が共有されている固定長の文字列
Arc<str>: スレッドを跨いで所有権が共有されている固定長の文字列