Pinned Loading
-
초성, 중성, 종성 분리
초성, 중성, 종성 분리 1struct Syllable {
2let onset: Unicode.Scalar?
3let nucleus: Unicode.Scalar?
4let coda: Unicode.Scalar?
5 -
Builder.swift
Builder.swift 1@dynamicMemberLookup2public struct Builder<Base: AnyObject> {
3private var base: Base
45public init(_ base: Base) {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.