(s)
| 23718 | if (void 0 !== s) return this.content.find((o) => o.key.toValue() === s) |
| 23719 | } |
| 23720 | remove(s) { |
| 23721 | let o = null |
| 23722 | return ( |
| 23723 | (this.content = this.content.filter((i) => i.key.toValue() !== s || ((o = i), !1))), |
| 23724 | o |
| 23725 | ) |
| 23726 | } |
| 23727 | getKey(s) { |
| 23728 | const o = this.getMember(s) |
| 23729 | if (o) return o.key |