Avatar
resultにsendingが付かないのは意図的なのかな struct S { subscript(_: sending NonSendable) -> NonSendable { get } init() } (edited)