Why do you need the `with` call? You can just do i...
# getting-started
r
Why do you need the
with
call? You can just do it directly.
Copy code
dataList as RecuvlerView
dataList.layoutManager = createNewLayoutManager()  // dataList will be smart cast here