# -*- mode: snippet -*-
# name: typecast
# name: cast
# --
(coerce ${1:object} ${2:type})
$0
