(value: Value)
| 7844 | * @since 3.10.0 |
| 7845 | */ |
| 7846 | export const SetFromSelf = <Value extends Schema.Any>(value: Value): SetFromSelf<Value> => |
| 7847 | setFromSelf_(value, `Set<${format(value)}>`) as any |
| 7848 | |
| 7849 | /** |
| 7850 | * @category api interface |
no test coverage detected