There was an error while loading. Please reload this page.
func print(_ str1: Str?, _ str2: Str?) -> Str?
public struct FuncInterface: SwiftP, CanBeStaticP
CanBeStaticP, SwiftP
CanBeStaticP
SwiftP
init(name:args:returnType:_static:_:)
init(name: Str, args: [FuncArg] = [], returnType: TypeName? = nil, _static: Bool = false, _ access: AccessMod? = nil)
name
var name: Str
args
var args: [FuncArg]
returnType
var returnType: TypeName?
access
var access: AccessMod?
_static
var _static: Bool
str
var str: Str