2016-06-16から1日間の記事一覧

Swift の Mirror API を触って、動作を XCTest で確認した

今日やってた勉強内容。 github.com 動かし方 $ git clone https://github.com/sinsoku/study.git $ cd study/swift $ bin/run swift build -C PlayGround $ bin/run swift test -C PlayGround ソースコード // PlayGround/Sources/PlayGround/SimpleClass.s…