Apply, with time and space

.Q.ts[x;y]

Where x and y are valid arguments to Apply returns a 2-item list:

  1. time and space as \ts would
  2. the result of .[x;y]
q)\ts .Q.hg `:http://www.google.com
148 131760
q).Q.ts[.Q.hg;enlist`:http://www.google.com]
148 131760
"<!doctype html><html itemscope=\"\" itemtype=\"http://schema.org/WebPa

q).Q.ts[+;2 3]
0 80
5

Since V3.6 2018.05.18.